FlowEnd Constructors
An object defining constructors for the FlowEnd class.
FlowEnd(name, workflowData, workflowCodeInstance)
Initializes a new instance of the FlowEnd class.
Parameters:
name (required): string
The name of the flow end step.
workflowData (required): IRuntimeWorkflowData
The runtime workflow data required for the flow.
workflowCodeInstance (optional): IWorkflowCode
Optional workflow code instance for workflow operations.
FlowEnd(name, workflowData, workflowCodeInstance)
Constructor for the FlowEnd class. Initializes a new instance of the FlowEnd class.
Parameters:
name (required): string
The name of the flow object.
workflowData (required): IRuntimeWorkflowData
The workflow data associated with the flow object.
workflowCodeInstance (optional): IWorkflowCode
The optional workflow code instance.